home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / hardlock.arc / HARDLOCK.DOC < prev    next >
Encoding:
Text File  |  1986-09-20  |  1.4 KB  |  29 lines

  1.  
  2.   Everybody these days wants to secure their hard disk.  I have been using a
  3.   software scheme for quite a while that is almost bulletproof.  The first
  4.   sector on a hard disk is NOT part of DOS.  It is the partition table.  DOS
  5.   is incapable of reading or writing to this area.  Even the Load and Save
  6.   commands in DEBUG cannot access the partition table.    It is only
  7.   accessable through BIOS (Interrupt 13H).
  8.  
  9.   On Boot up, the BIOS reads the partition table, and It in turn finds and
  10.   reads the boot sector for DOS.  To keep unwanted folk out of your hard
  11.   disk, all you need to do is destroy the signature area at the end of the
  12.   partition table.  When your machine is booted, even with a floppy, DOS
  13.   will not even acknowledge the presence of your hard disk.
  14.  
  15.   The ONLY way to regain access to your disk is to run the HARDUNL program
  16.   from floppy, or run FDISK then reformat the hard disk.
  17.  
  18.   Needless to say, this is a key-disk scheme, and will require you to boot
  19.   your system twice. Once to run HARDUNL from the floppy, then a
  20.   Ctrl-Alt-Del to boot from the hard disk. If the key-disk is misplaced
  21.   or damaged, the HARDUNL program can be keyed in under DEBUG and run.
  22.  
  23.   Here are the two programs.
  24.   Run HARDLOCK to secure the drive (it will take effect at the next boot
  25.   attempt).
  26.  
  27.   Run HARDUNL from a system floppy to unlock the drive.
  28.  
  29.